www.gusucode.com > pluck PHP多国语言简洁CMS系统 v4.7.4PHP源码程序 > pluck PHP多国语言简洁CMS系统 v4.7.4/PluckCMS4.7.4/PluckCMS4.7.4/data/modules/blog/lang/lt.php

    <?php
$lang['blog']['title'] = 'blogas';
$lang['blog']['main_message'] = 'Cia jus galite deti naujus straipsnius i sia kategorija. Straipsniai bus automatiskai isdestytos pagal data.';
$lang['blog']['descr'] = 'naudokite bloga skelbti naujienas ar publikuoti straipsnius savo lankytojams';
$lang['blog']['categories'] = 'kategorijos';
$lang['blog']['category'] = 'category';
$lang['blog']['choose_cat'] = 'Choose category...';
$lang['blog']['no_cat'] = 'No category';
$lang['blog']['new_cat'] = 'nauja kategorija';
$lang['blog']['new_cat_message'] = 'pirma parasykite kategorijos pavadinima, tik poto saugokite';
$lang['blog']['delete_cat'] = 'trinti kategorija';
$lang['blog']['posts'] = 'esantys straipsniai';
$lang['blog']['new_post'] = 'rasyti nauja straipsni';
$lang['blog']['edit_post'] = 'Redaguoti straipsni';
$lang['blog']['delete_post'] = 'trinti straipsni';
$lang['blog']['at'] = 'at';
$lang['blog']['in'] = 'in';
$lang['blog']['posted_by'] = 'Parase';
$lang['blog']['reactions'] = 'Komentarai';
$lang['blog']['reaction'] = 'reaction';
$lang['blog']['edit_reactions'] = 'redaguoti komentarus';
$lang['blog']['edit_reactions_message'] = 'Cia jus galite redaguoti jusu lankytoju komentarus.';
$lang['blog']['edit_reaction'] = 'edit reaction';
$lang['blog']['delete_reaction'] = 'istrinti komentara';
$lang['blog']['name'] = 'name';
$lang['blog']['email'] = 'email';
$lang['blog']['website'] = 'website';
$lang['blog']['message'] = 'message';
$lang['blog']['html_not_allowed'] = 'HTML-kodas uždraustas';
$lang['blog']['no_reactions'] = 'no reactions';
$lang['blog']['allow_reactions'] = 'Allow visitors to post reactions.';
$lang['blog']['read_more'] = 'read more';
$lang['blog']['truncate_posts'] = 'The number of characters blog posts will be truncated to. Choose 0 to disable truncation.';
$lang['blog']['numeric_error'] = 'You should choose a numeric value for post truncation and/or posts per page.';
$lang['blog']['posts_per_page'] = 'The number of posts that will be displayed per page.';
$lang['blog']['posts_per_page_error'] = 'The number of posts per page cannot be zero!';
$lang['blog']['pages'] = 'Pages:';
$lang['blog']['post_date'] = 'Choose date format.';
$lang['blog']['post_time'] = 'Choose time format.';
?>